File: w_child.srw
Size: 290
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Child Window class
forward
global type w_child from pfc_w_child
end type
end forward

global type w_child from pfc_w_child
end type
global w_child w_child

on w_child.create
call pfc_w_child::create
end on

on w_child.destroy
call pfc_w_child::destroy
end on